home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / CocoaMySQL0.3.sit / CocoaMySQL-v0.3.dmg / CocoaMySQL.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-01-11  |  1.2 KB  |  46 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>????</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>DocumentType</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>????</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Editor</string>
  22.             <key>NSDocumentClass</key>
  23.             <string>TableDocument</string>
  24.         </dict>
  25.     </array>
  26.     <key>CFBundleExecutable</key>
  27.     <string>CocoaMySQL</string>
  28.     <key>CFBundleIconFile</key>
  29.     <string>appicon.icns</string>
  30.     <key>CFBundleIdentifier</key>
  31.     <string>com.textor.CocoaMySQL</string>
  32.     <key>CFBundleInfoDictionaryVersion</key>
  33.     <string>6.0</string>
  34.     <key>CFBundlePackageType</key>
  35.     <string>APPL</string>
  36.     <key>CFBundleSignature</key>
  37.     <string>????</string>
  38.     <key>CFBundleVersion</key>
  39.     <string>0.3</string>
  40.     <key>NSMainNibFile</key>
  41.     <string>MainMenu</string>
  42.     <key>NSPrincipalClass</key>
  43.     <string>NSApplication</string>
  44. </dict>
  45. </plist>
  46.